Expand description
Common abstractions for implementing WCGI servers.
Modules
- HTTP header types
Structs
- A set of HTTP headers
- The Request Method (VERB)
- An HTTP status code (
status-code
in RFC 7230 et al.). - Wrapper for
WcgiError
that implementsstd::error::Error
; - The URI component of a request.
Traits
Functions
- Serve http requests with the provided handler.